home *** CD-ROM | disk | FTP | other *** search
- Path: tst.hk.super.net!usenet
- From: chiasw@hk.super.net
- Newsgroups: comp.lang.c
- Subject: PLEASE HELP ME ON BIG ARRAY IN BORLAND C
- Date: 6 Feb 1996 13:22:34 GMT
- Organization: Hong Kong SuperNET
- Message-ID: <4f7kmq$jie@tst.hk.super.net>
- NNTP-Posting-Host: max1-6.hk.super.net
- X-Newsreader: AIR News 3.X (SPRY, Inc.)
-
- Help Me Please:
-
- I want to use Borland C to write a program to do some image processing.
- This entails the use of a huge array to handle the screen image.
- I use an char array of size 320 x 240, but the compiler returns an 'array too large' error.
-
- Does anyone know of any way to handle such large array? do I have to use malloc etc
- fucntions? if so, how?
-
- MANY THANKS FOR HELPING !!!
-
-
- SW Chia
-
- chiasw@hk.super.net
-
-